home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gij.prerm < prev    next >
Encoding:
Text File  |  2007-02-16  |  173 b   |  9 lines

  1. #! /bin/sh -e
  2.  
  3. # make sure that no more alternatives are around from the libgcj2 package
  4. update-alternatives --remove gij /usr/bin/gij-3.0 >/dev/null 2>&1 || true
  5.  
  6.  
  7.  
  8. exit 0
  9.